home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Utilities / PDF Shrink 4.0.dmg / PDF Shrink.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-07-21  |  2KB  |  77 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>pdf</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>NSPDFPboardType</string>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Viewer</string>
  18.             <key>LSItemContentTypes</key>
  19.             <array>
  20.                 <string>com.adobe.pdf</string>
  21.             </array>
  22.             <key>LSTypeIsPackage</key>
  23.             <false/>
  24.         </dict>
  25.         <dict>
  26.             <key>CFBundleTypeExtensions</key>
  27.             <array>
  28.                 <string>pdfshrink4</string>
  29.             </array>
  30.             <key>CFBundleTypeName</key>
  31.             <string>pdfshrink4</string>
  32.             <key>CFBundleTypeRole</key>
  33.             <string>Editor</string>
  34.             <key>LSTypeIsPackage</key>
  35.             <false/>
  36.             <key>NSDocumentClass</key>
  37.             <string>CShrinkOptionsDocument</string>
  38.         </dict>
  39.     </array>
  40.     <key>CFBundleExecutable</key>
  41.     <string>PDF Shrink-SystemVersionCheck</string>
  42.     <key>CFBundleIconFile</key>
  43.     <string>Placeholder.icns</string>
  44.     <key>CFBundleIdentifier</key>
  45.     <string>com.apago.PDFShrink</string>
  46.     <key>CFBundleInfoDictionaryVersion</key>
  47.     <string>6.0</string>
  48.     <key>CFBundleName</key>
  49.     <string>PDF Shrink</string>
  50.     <key>CFBundlePackageType</key>
  51.     <string>APPL</string>
  52.     <key>CFBundleShortVersionString</key>
  53.     <string>4.0.1</string>
  54.     <key>CFBundleSignature</key>
  55.     <string>????</string>
  56.     <key>CFBundleVersion</key>
  57.     <string>1357</string>
  58.     <key>LSEnvironment</key>
  59.     <dict>
  60.         <key>MinimumSystemVersion</key>
  61.         <string>10.4.0</string>
  62.     </dict>
  63.     <key>NSAppleScriptEnabled</key>
  64.     <string>YES</string>
  65.     <key>NSMainNibFile</key>
  66.     <string>MainMenu</string>
  67.     <key>NSPrincipalClass</key>
  68.     <string>NSApplication</string>
  69.     <key>OSAScriptingDefinition</key>
  70.     <string>PDFShrink.sdef</string>
  71.     <key>SUFeedURL</key>
  72.     <string>http://apagoinc.com/rss/PDFShrink4AppCast.rss</string>
  73.     <key>SUScheduledCheckInterval</key>
  74.     <integer>86400</integer>
  75. </dict>
  76. </plist>
  77.